home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / hard / drivr / VideoText.lha / VideoText5.22 / Install < prev    next >
Text File  |  1996-05-26  |  449b  |  15 lines

  1. assign LIBS: exists
  2. ask "Ist Ihr I²C-Interface an den Parallelport angeschlossen? (y/n)"
  3. if warn
  4.   echo "kopiere die Library für Jan Leuverink's Interface nach LIBS:"
  5.   copy libs/i2c.library.par LIBS:i2c.library
  6. else
  7.   echo "kopiere die Library für das C'T-Interface nach LIBS:"
  8.   copy libs/i2c.library.ser LIBS:i2c.library
  9. endif
  10. assign FONTS: exists
  11. copy fonts/#? FONTS: all
  12. echo "Installation von Font und Librarys abgeschlossen." noline
  13. wait 10
  14.  
  15.